Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) ^7.28.4 -> ^7.28.5 age confidence
@babel/eslint-parser (source) ^7.28.4 -> ^7.28.5 age confidence
@iconify/json (source) ^2.2.395 -> ^2.2.403 age confidence
@rollup/plugin-commonjs (source) ^28.0.7 -> ^28.0.9 age confidence
@tanstack/vue-query (source) ^5.90.3 -> ^5.90.6 age confidence
@tanstack/vue-query-devtools (source) ^5.90.2 -> ^5.91.0 age confidence
@types/chrome (source) ^0.1.24 -> ^0.1.27 age confidence
@types/node (source) ^24.7.2 -> ^24.10.0 age confidence
@types/three (source) ^0.180.0 -> ^0.181.0 age confidence
@typescript-eslint/parser (source) ^8.46.1 -> ^8.46.3 age confidence
@typescript-eslint/utils (source) ^8.46.1 -> ^8.46.3 age confidence
birpc ^2.6.1 -> ^2.7.0 age confidence
dayjs (source) ^1.11.18 -> ^1.11.19 age confidence
electron ^36.9.4 -> ^36.9.5 age confidence
element-plus (source) ^2.11.4 -> ^2.11.7 age confidence
eslint (source) ^9.37.0 -> ^9.39.1 age confidence
eslint-plugin-vue (source) ^10.5.0 -> ^10.5.1 age confidence
eslint-vitest-rule-tester ^2.2.2 -> ^2.3.0 age confidence
focus-trap ^7.6.5 -> ^7.6.6 age confidence
lint-staged ^16.2.4 -> ^16.2.6 age confidence
minimatch ^10.0.3 -> ^10.1.1 age confidence
pnpm (source) 10.18.3 -> 10.20.0 age confidence
pnpm (source) ^10.18.3 -> ^10.20.0 age confidence
publint (source) ^0.3.14 -> ^0.3.15 age confidence
sass-embedded ^1.93.2 -> ^1.93.3 age confidence
shiki (source) ^3.13.0 -> ^3.14.0 age confidence
superjson ^2.2.2 -> ^2.2.5 age confidence
taze ^19.7.0 -> ^19.9.0 age confidence
three (source) ^0.180.0 -> ^0.181.0 age confidence
tsdown ^0.15.7 -> ^0.16.0 age confidence
turbo (source) ^2.5.8 -> ^2.6.0 age confidence
unplugin-vue ^7.0.2 -> ^7.0.4 age confidence
unplugin-vue-components ^29.1.0 -> ^29.2.0 age confidence
vue-router (source) ^4.6.0 -> ^4.6.3 age confidence
vue-tsc (source) ^3.1.1 -> ^3.1.3 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
iconify/icon-sets (@​iconify/json)

v2.2.403

Compare Source

v2.2.402

Compare Source

v2.2.401

Compare Source

v2.2.400

Compare Source

v2.2.399

Compare Source

v2.2.398

Compare Source

v2.2.397

Compare Source

v2.2.396

Compare Source

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.9

2025-10-24

Bugfixes
  • fix: handle node: builtins with strictRequires: auto (#​1930)

v28.0.8

2025-10-16

Bugfixes
  • fix: guard moduleSideEffects for wrapped externals (#​1914)
TanStack/query (@​tanstack/vue-query)

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes
TanStack/query (@​tanstack/vue-query-devtools)

v5.91.0

Compare Source

Minor Changes
  • feat(vue-query-devtools): Add embedded panel mode (#​9790)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.3

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.46.3

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

antfu-collective/birpc (birpc)

v2.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
iamkun/dayjs (dayjs)

v1.11.19

Compare Source

Bug Fixes
  • added usage warnings for diff + updated unit tests (#​2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#​2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#​2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#​2656) (1d8746c)
electron/electron (electron)

v36.9.5: electron v36.9.5

Compare Source

Release Notes for v36.9.5

Fixes

  • Fixed Windows dialog.showMessageBox default button handling. #​48522 (Also in 37, 38, 39)
element-plus/element-plus (element-plus)

v2.11.7

Compare Source

2.11.7

2025-11-01

v2.11.5

Compare Source

2.11.5

2025-10-17

Features
Bug fixes
Refactors
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.5.1

Compare Source

Patch Changes
antfu-collective/eslint-vitest-rule-tester (eslint-vitest-rule-tester)

v2.3.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
focus-trap/focus-trap (focus-trap)

v7.6.6

Compare Source

Patch Changes
  • dcd4ae9: Update tabbable dependency to 6.3.0 for new displayCheck option.
lint-staged/lint-staged (lint-staged)

v16.2.6

Compare Source

Patch Changes

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
isaacs/minimatch (minimatch)

v10.1.1

Compare Source

v10.1.0

Compare Source

pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1
publint/publint (publint)

v0.3.15

Compare Source

Patch Changes
  • Skip file existence checks when crawling subpath imports as they may be dev-only and not used after bundling or publish. This check may be improved in the future when publint can scan for files to see if the subpath imports are used. (0d72997)

  • Handle exports["default"] and exports['default'] for CJS_WITH_ESMODULE_DEFAULT_EXPORT rule (8285f77)

sass/embedded-host-node (sass-embedded)

v1.93.3

Compare Source

  • Fix a performance regression that was introduced in 1.92.0.
shikijs/shiki (shiki)

v3.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
blitz-js/superjson (superjson)

v2.2.5

Compare Source

What's Changed

Full Changelog: flightcontrolhq/superjson@v2.2.3...v2.2.5

v2.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: flightcontrolhq/superjson@v2.2.2...v2.2.3

antfu-collective/taze (taze)

v19.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v19.8.1

Compare Source

   🚀 Features
    View changes on GitHub

v19.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
mrdoob/three.js (three)

v0.181.0

Compare Source

rolldown/tsdown (tsdown)

v0.16.0

Compare Source

   🚨 Breaking Changes
  • Rename config exports  -  by [@​sxzz](https:

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 0862a7e
🔍 Latest deploy log https://app.netlify.com/projects/vue-devtools-docs/deploys/690a317194f1280008c81fb4

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 20, 2025

Open in StackBlitz

@vue/devtools-applet

npm i https://pkg.pr.new/@vue/devtools-applet@980

@vue/devtools-core

npm i https://pkg.pr.new/@vue/devtools-core@980

@vue/devtools

npm i https://pkg.pr.new/@vue/devtools@980

@vue/devtools-api

npm i https://pkg.pr.new/@vue/devtools-api@980

@vue/devtools-kit

npm i https://pkg.pr.new/@vue/devtools-kit@980

vite-plugin-vue-devtools

npm i https://pkg.pr.new/vite-plugin-vue-devtools@980

commit: 1237533

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 9c41d79 to 85ff992 Compare October 27, 2025 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from aa21e1f to 4c288c4 Compare October 31, 2025 17:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 83d30c3 to 1237533 Compare November 4, 2025 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1237533 to 0862a7e Compare November 4, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant